runtime.linearAlloc.end (field)
6 uses
runtime (current package)
malloc.go#L690: if mheap_.heapArenaAlloc.next <= p && p < mheap_.heapArenaAlloc.end {
malloc.go#L691: p = mheap_.heapArenaAlloc.end
malloc.go#L705: p = mheap_.arena.end // For hint below
malloc.go#L2430: end uintptr // end of reserved space
malloc.go#L2444: l.end = base + size
malloc.go#L2450: if p+size > l.end {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)